Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), and
authorFederico Mena Quintero <federico@nuclecu.unam.mx>
Mon, 9 Aug 1999 06:09:24 +0000 (06:09 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Mon, 9 Aug 1999 06:09:24 +0000 (06:09 +0000)
commit49ca2615f8746907fa5ce1b5941ebff87332ddf7
tree6dd6c1de6d229e56b4de7d3545645ba2e6b87bad
parentecef1e1f2f71d417e03f78dd7c489132820ceb50
Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), and

1999-08-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>

* src/io-png.c (image_save): Fixed compiler warnings.  Fixed write
to unallocated memory (row_ptr), and fixed its type as well.  Take
into account the ArtPixbuf's rowstride when assigning the row
pointers.

* src/gdk-pixbuf.c: Fixup includes.

* src/gdk-pixbuf-io.c: Likewise.
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/gdk-pixbuf.c
gdk-pixbuf/io-gif.c
gdk-pixbuf/io-jpeg.c
gdk-pixbuf/io-png.c
gdk-pixbuf/io-xpm.c